home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Infinity - ECTS (UK) (Press Kit)
/
Game Infinity - ECTS (UK) (Press Kit).bin
/
data
/
main.dxr
/
00071.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-08-15
|
194 b
|
18 lines
global cc, aaa
on mouseDown
if buttonclicked() then
gogo()
end if
end
on mouseLeave
sprite(aaa).memberNum = cc
sprite(4).memberNum = 110
end
on mouseEnter
aaa = 11
roll()
end